@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	box-sizing:border-box;
	vertical-align:baseline;
}
/* scrollbar for chrome */
::-webkit-scrollbar {
	width:8px;
	height:8px;
	background-color:rgba(107,107,107,0.06);
}
::-webkit-scrollbar-track {
	border-radius:10px;
	background-color:rgba(107,107,107,0.06);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
}
::-webkit-scrollbar-track:hover {
	background-color:rgba(107,107,107,0.1);
	-webkit-box-shadow:inset 0 0 6px rgba(0,153,153,.4);
}
::-webkit-scrollbar-track:active {
	background-color:rgba(107,107,107,0.2);
	-webkit-box-shadow:inset 0 0 6px rgba(0,153,153,.1);
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background-color:rgba(107,107,107,0.8);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(107,107,107,0.8);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-thumb:active {
	background:rgba(21,14,0,0.5);
}
.transition {
	transition:1.5s;
}
body {
	font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,sans-serif;
	background:#fff;
	font-weight:lighter;
	min-width:1400px;
}
a {
	text-decoration:none;
	color:#444;
}
a:hover {
	text-decoration:none!important;
	color: #2476df;
}
a {
	text-decoration:none;
	color:#444;
}
a:hover {
	text-decoration:none!important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#ccc;
}
li {
	list-style-type:none;
}
input,textarea {
	outline:none;
	font-family:"Microsoft Yahei","微软雅黑"
}
h1,h2,h3,h4,h5 {
	margin:0;
}
.hr {
	display:block;
	height:1px;
	border:0;
	margin:10px 0;
	padding:0;
	background-image:-webkit-linear-gradient(left,#fff,#ccc,#fff);
	background-image:-moz-linear-gradient(left,#fff,#ccc,#fff);
	background-image:-ms-linear-gradient(left,#fff,#ccc,#fff);
	background-image:-o-linear-gradient(left,#fff,#ccc,#fff);
	width:50%;
	left:25%;
	position:relative;
	border:none;
}
/* scrollbar for chrome end */
/*通用图片放大效果*/
.img {
	height:auto;
	overflow:hidden;
	position:relative;
}
.img img {
	width:100%;
	transition:all 1s;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	position:relative;
	z-index:3
}
.img .cover {
	width:100%;
	height:100%;
	transition:all 1s;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	line-height:195px;
	text-align:center
}
.img .cover a {
	vertical-align:middle;
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:18px;
	position:relative;
	top:50px;
	opacity:0;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s
}
.img .cover a:hover {
	color:#FFF;
	text-decoration:none;
}
.img .cover a i {
	line-height:164px;
}
.img:hover img {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.img:hover .cover {
	background:#222;
	opacity:0.85;
}
.img:hover .cover a {
	top:0;
	opacity:1;
}
.img .cover a h4,.img:hover .cover a h4 {
	margin-top:60px;
	font-size:22px;
	color:#fff;
	margin-bottom:40px;
	border-bottom:1px dotted #ddd;
	line-height:80px;
}
.img .cover a span,.img:hover .cover a span {
	display:block;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
/*右滑填充特效*/
.over-right {
	display:inline-block;
	vertical-align:middle;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-osx-font-smoothing:grayscale;
	position:relative;
	-webkit-transition-property:color;
	transition-property:color;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
}
.over-right:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#111111;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.5s;
	transition-duration:0.5s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.over-right:hover,.over-right:focus,.over-right:active {
	color:#fff;
}
.over-right:hover:before,.over-right:focus:before,.over-right:active:before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
	transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66);
}
/*固定置顶专用*/
.fixed_div {
	position:fixed!important;
	bottom:50%!important;
	margin-top:0!important;
	margin-left:944px;
	z-index:9999;
}
.fixed_location {
	position:fixed!important;
	top:0!important;
	z-index:9999;
	width:100%!important;
	background:rgba(255,255,255,0.85);
	box-shadow:0 12px 14px rgba(224,224,224,0.44);
}
.fixed_location font {
	text-align:center;
	position:absolute;
	left:50%!important;
	font-size:30px!important;
	line-height:30px!important;
	width:400px;
	margin-left:-200px!important;
	color:#000000!important;
}
/*旋转*/
@-webkit-keyframes rotate {
	from {
	-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg)
}
}@-moz-keyframes rotate {
	from {
	-moz-transform:rotate(0deg)
}
to {
	-moz-transform:rotate(359deg)
}
}@-o-keyframes rotate {
	from {
	-o-transform:rotate(0deg)
}
to {
	-o-transform:rotate(359deg)
}
}@keyframes rotate {
	from {
	transform:rotate(0deg)
}
to {
	transform:rotate(359deg)
}
}/*反向旋转*/
@-webkit-keyframes rotate2 {
	from {
	-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(-360deg)
}
}@-moz-keyframes rotate2 {
	from {
	-moz-transform:rotate(0deg)
}
to {
	-moz-transform:rotate(-359deg)
}
}@-o-keyframes rotate2 {
	from {
	-o-transform:rotate(0deg)
}
to {
	-o-transform:rotate(-359deg)
}
}@keyframes rotate2 {
	from {
	transform:rotate(0deg)
}
to {
	transform:rotate(-359deg)
}
}/*加载动画*/
#bonfire-pageloader {
	position:fixed;
	z-index:999999;
	width:100%;
	height:1000%;
	left:0;
	background:#fff;
	right:0;
	top:0;
	bottom:0;
}
.bonfire-pageloader-icon {
	width:100px;
	height:100px;
	position:absolute;
	opacity:1;
	top:0;
	left:50%;
	margin-left:-50px;
	margin-top:360px;
	text-align:center;
	color:#fff;
}
#bonfire-pageloader svg {
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
	width:100px;
	height:100px;
	fill:#666;
}
@-webkit-keyframes spin {
	100% {
	-webkit-transform:rotate(-360deg);
}
}@-moz-keyframes spin {
	100% {
	-moz-transform:rotate(-360deg);
}
}@keyframes spin {
	100% {
	-webkit-transform:rotate(-360deg);
	transform:rotate(-360deg);
}
}.w1400 {
	width:1400px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
/*头部固定特效*/
@keyframes menu_sticky {
	0% {
	margin-top:-100px;
}
50% {
	margin-top:-90px;
}
100% {
	margin-top:0;
}
}.stricky-fixed {
	margin:0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99999;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	animation-name:menu_sticky;
	animation-duration:0.60s;
	animation-timing-function:ease-out;
	background:#fff;
}
header {
	width:100%;
	margin:0 auto;
	background: #222 url(../images/top-bg.png);
	background-size: 100% 100%;
}
header .head {
	overflow:hidden;
	height:40px;
	box-sizing:border-box;
	width:1400px;
	margin:0 auto;
}
header .head .topcontact {
	font-size:14px;
	line-height:40px;
	color:#fff;
	float: right;
	font-weight:400;
}
header .head .topcontact span {
	margin-right:30px;
}
header .head .topcontact span i {
	font-size:14px;
	line-height:20px;
	margin-right:8px;
	background: #fff;
	color: #222;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
}
header .head .welcome {
	float:left;
}
header .head .welcome p{
	font-size:14px;
	line-height:40px;
	color:#fff;
}

header nav {
	width:100%;
	float:left;
	background:#ffffff;
	box-shadow:0 0 10px rgba(0,0,0,0.25);
	position:relative;
	z-index:9;
}
/*LOGO*/
header nav .headmenu {
	width:1400px;
	margin:0 auto;
}
header nav .logo {
	float:left;
	width:700px;
	overflow:hidden;
	margin-top: 14px;
}
header nav .logo .logo-img{
	float:left;
	width: 340px;
	position: relative;
}
header nav .logo img {
	width:100%;
	display:block;
}
header nav .logo img.recycle {
    width:  auto;
    animation: rotate 6s linear infinite;
    position:  absolute;
    top: -4px;
    left: 208px;
}
header nav .logo .text{
	float:left;
	padding-left:20px;
	padding-top: 12px;
}
header nav .logo .text p{
	font-size: 18px;
	color:#222;
	line-height: 24px;
	font-weight: bold;
}
header nav .logo .text p span{
	color:#35a503;
}
header nav .logo .text p.des{
	font-size:14px;
	color:#888;
	line-height: 20px;
	font-weight: normal;
}
/*导航菜单 */
header nav .menu {
	height:90px;
	float:right;
	margin-right:-20px;
	text-transform:capitalize;
}
header nav .menu .item {
	float:left;
	color:#333;
	text-align:left;
	position:relative;
	z-index:9;
}
header nav .menu .item .onelink {
	font-size:15px;
	margin:0;
}
header nav .menu .item .onelink i {
	padding-left:6px;
}
header nav .menu .item .onelink a {
	color:#222;
	line-height:90px;
	padding:0 20px;
	font-size:16px;
	letter-spacing: 3px;
}
header nav .menu .item .onelink a.hover,.menu .item .onelink a.cur {
	color:#2476df;
}
header nav .menu .item .onelink a span {
	display:none;
	font-size:12px;
	line-height:12px;
	height:12px;
	overflow:hidden;
}
header nav .menu .item .onelink a.hover span,.nqhtopnav .item .onelink a.cur span {
	display:block;
}
header nav .menu a {
	cursor:pointer;
	display:block;
	color:#444;
	text-decoration:none;
}
header nav .menu .last {
	padding:0;
	float:left;
}
.main {
	position:relative;
	clear:both;
	overflow:hidden;
	background:#eee;
}
.banner {
	width:100%;
	overflow:hidden;
	clear:both;
}
.location {
	width:100%;
	height:360px;
	float:left;
	background:url(../images/location_bg.jpg) no-repeat center center;
}
.location .here {
	position:absolute;
	text-align:center;
	width:100%;
	margin-top:160px;
}
.location .here a {
	color: #2476df;
	font-size:16px;
}
.location .here a i {
	color: #2476df;
	line-height:40px;
	margin-right:8px;
}
.location .here code {
	color: #2476df;
	margin:0 10px;
}
.location .here font {
	color: #2476df;
	font-size:16px;
}
.index-advantage {
	width: 100%;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
}

.index-advantage ul {
	overflow: hidden;
	width: 1400px;
	margin: 40px auto;
}

.index-advantage ul li {
	width: 160px;
	float: left;
	overflow: hidden;
	margin-right: 250px;
}

.index-advantage ul li:last-child{
	margin-right:0;
}

.index-advantage ul li span {
	font-size: 40px;
	line-height: 50px;
	color: #333;
	float: left;
	font-weight: bold;
}
.index-advantage ul li s{
	font-size: 20px;
	line-height: 50px;
	color: #333;
	float: left;
	margin-left: 8px;
	text-decoration: none;
}
.index-advantage ul li p {
	font-size: 14px;
	color: #333;
	clear: both;
	line-height: 24px;
	font-weight: bold;
}
.index-procate {
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	background: #e9f3ff;
}
.index-procate .procate {
	width:1400px;
	margin:0 auto;
	overflow:hidden;
	padding: 60px 0;
}
.index-procate .procate h3 {
	text-align:center;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #0d62cf;
	position:relative;
	letter-spacing:3px;
	padding-bottom: 10px;
}
.index-procate .procate h3::after{
	position:absolute;
	content:" ";
	z-index:9;
	width: 50px;
	height: 4px;
	background:url(../images/title_after.png) no-repeat left top;
	background-size: 100% 100%;
	bottom:0;
	left: 50%;
	margin-left: -25px;
}
.index-procate .procate ul {
	overflow:hidden;
	width:100%;
	padding-top:40px;
}
.index-procate .procate ul li {
	width: 428px;
	float:left;
	margin: 0 58px 0 0;
	background:#fff;
}
.index-procate .procate ul li:last-child{
	margin-right:0;
}
.index-procate .procate ul li .litpic {
	overflow:hidden;
	position:relative;
}
.index-procate .procate ul li .litpic a {
	float:left;
	width:100%;
}
.index-procate .procate ul li .litpic img {
	width:100%;
}
.index-procate .procate ul li .info {
	overflow:hidden;
	padding: 20px;
	cursor:pointer;
}
.index-procate .procate ul li .info p {
	color: #0d62cf;
	font-size:16px;
	text-align: left;
	line-height: 40px;
}
.index-procate .procate ul li .info p i{
	float:right;
	line-height: 36px;
	width: 40px;
	height: 40px;
	border: 2px solid #ddd;
	text-align: center;
	border-radius: 50%;
	color:#ddd;
}
.index-procate .procate ul li .info:hover p i {
    transform: rotate(45deg);
    transition: 1s;
	color:#0d62cf;
	border-color:#0d62cf;
}
.index-procate .procate ul li .info p.viewbtn a {
	color:#666;
	display:block;
	font-weight:400;
}
.index-procate .procate ul li .info p.viewbtn a:hover {
	color:#111;
}
.index-procate .procate .cate_description{
	overflow:hidden;
}
.index-procate .procate .cate_description .dataview{
	display:none;
	padding: 40px 0 0;
}
.index-procate .procate .cate_description .dataview h4{
	font-size:20px;
	color:#0d62cf;
	line-height:40px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
.index-procate .procate .cate_description .dataview p{
	font-size: 15px;
	color:#0d62cf;
	line-height:40px;
}
.index-procate .procate .cate_description .dataview .link{
	width:200px;
	margin: 40px auto 0;
	text-align: center;
	overflow: hidden;
}
.index-procate .procate .cate_description .dataview .link a{
	font-size:15px;
	color: #0d62cf;
	line-height:40px;
	display: block;
	border-radius: 22px;
	border: 2px solid #0d62cf;
}
.index-procate .procate .cate_description .dataview .link a:hover{
	background:#0d62cf;
	color:#fff;
}
.index-adtext {
	width:100%;
	clear:both;
	overflow:hidden;
	position:relative;
	background: #222 url(../images/adtext-bg.jpg) no-repeat center center;
	background-size:100%;
}
.index-adtext::before{
	position:absolute;
	z-index:9;
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.6);
}
.index-adtext .text{
	text-align:center;
	padding: 60px;
	z-index: 10;
	position: relative;
}
.index-adtext .text h4{
	font-size:24px;
	font-weight:bold;
	line-height:44px;
	color:#fff;
}
.index-adtext .text p{
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.index-adtext .text p strong{
	font-size:30px;
	line-height:60px;
	color:#fff;
}
.index-about {
	width:100%;
	overflow:hidden;
	background:#fff;
}
.index-about .intro {
	padding: 80px 0;
}
.index-about .intro .introduction {
	width:660px;
	overflow:hidden;
	float:right;
}
.index-about .intro .introduction h4{
	font-size: 20px;
	color:#222;
	line-height: 34px;
	font-weight:bold;
	padding-bottom: 6px;
	margin-bottom: 20px;
	position:relative;
	letter-spacing: 3px;
}
.index-about .intro .introduction h4::after{
	position:absolute;
	content:" ";
	z-index:9;
	width: 50px;
	height: 4px;
	background:url(../images/title_after.png) no-repeat left top;
	background-size: 100% 100%;
	bottom:0;
	left:0;
}
.index-about .intro .introduction p {
	color:#444;
	font-size:14px;
	line-height:22px;
	text-align:justify;
	margin-bottom:6px;
}
.index-about .intro .introduction p a {
	color:#608ab6;
	margin:0 4px;
}
.index-about .intro .introduction p a:hover {
	color:#f1751d;
}
.index-about .intro .introduction .more{
	float:left;
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 30px;
}
.index-about .intro .introduction .more a{
	color:#2476df;
	font-size:14px;
	line-height:24px;
	border-bottom:1px solid #2476df;
	position: absolute;
}
.index-about .intro .cmppic {
	float:left;
	width:690px;
	height:280px;
	overflow:hidden;
	background: #eee;
}

.index-about .intro .cmppic img {
	width:100%;
}
.index-news {
	clear:both;
	overflow:hidden;
	background: #fff;
	position:relative;
}
.index-news-main {
	width:1400px;
	margin:0 auto;
	margin-top:40px;
	clear:both;
	overflow:hidden;
	padding-bottom: 60px;
}
.index-news-main h3 {
	text-align:center;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
	color: #0d62cf;
	position:relative;
	letter-spacing:3px;
	padding-bottom: 10px;
}
.index-news-main h3::after{
	position:absolute;
	content:" ";
	z-index:9;
	width: 50px;
	height: 4px;
	background:url(../images/title_after.png) no-repeat left top;
	background-size: 100% 100%;
	bottom:0;
	left: 50%;
	margin-left: -25px;
}
.index-news-main .news-list {
	float:left;
	margin-top:50px;
	padding-bottom:50px;
}
.index-news-main .news-list ul {
	width:100%;
	overflow:hidden;
}
.index-news-main .news-list ul li {
	width:426px;
	float:left;
	list-style-type:none;
	margin:0 60px 0 0;
	background:#fff;
}
.index-news-main .news-list ul li:nth-child(3n) {
	margin-right:0;
}
.index-news-main .news-list ul li .litpic {
	text-align:center;
	position:relative;
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.index-news-main .news-list ul li .litpic img {
	width:100%;
	display:block;
}
.index-news-main .news-list ul li .title {
	text-align:left;
	line-height: 60px;
	font-size:14px;
	font-weight: bold;
	background: #f6f6f6;
	padding: 0 20px;
	overflow: hidden;
}
.index-news-main .news-list ul li .title a {
	color: #0d62cf;
	display:block;
	overflow:hidden;
}
.index-news-main .more{
	width:200px;
	margin: 40px auto 0;
	text-align: center;
	overflow: hidden;
}
.index-news-main .more a{
	font-size:15px;
	color: #0d62cf;
	line-height:40px;
	display: block;
	border-radius: 22px;
	border: 2px solid #0d62cf;
}
.index-news-main .more a:hover{
	background:#0d62cf;
	color:#fff;
}
footer {
	width:100%;
	float:left;
	overflow:hidden;
	background:#222;
	background-size:cover;
}
.footmain {
	width:1400px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	clear:both;
	padding: 60px 0;
}
.footmain .footcontact {
	width:30%;
	float:left;
	overflow:hidden;
}
.footmain .footcontact h4 {
	font-size: 18px;
	line-height: 26px;
	color: #2E8AFF;
	margin-bottom:20px;
}
.footmain .footcontact li i {
	margin-right:8px;
	width:20px;
	text-align:center;
	color: #2E8AFF;
}
.footmain .footcontact a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#ddd;
	font-size: 14px;
}
.footmain .footcontact a:hover {
	color:#fff;
}
.footmain .footpost {
	float: left;
	overflow:hidden;
	width:30%;
	margin-left: 5%;
}
.footmain .footpost h3 {
	color: #2E8AFF;
	font-size: 18px;
	line-height: 26px;
}
.footmain .footpost .messages {
	float:left;
	overflow:hidden;
	margin-top: 26px;
}
.footmain .footpost .messages input,.footpost .messages select,.footpost .messages textarea {
	margin:0;
	padding:0;
	background:none;
	border:0;
}
.footmain .footpost .messages input::-webkit-input-placeholder,.footmain .footpost .messages textarea::-webkit-input-placeholder {
	color:#777;
}
.footmain .footpost .messages .box {
	float:left;
	clear:both;
	color:#fff;
	margin-bottom:20px;
}
.footmain .footpost .messages .box label {
	float:left;
	width:180px;
	height:40px;
	font-size:14px;
	line-height:40px;
	text-align:left;
	padding-right:10px;
}
.footmain .footpost .messages .box input {
	float:left;
	width:360px;
	height:38px;
	padding-left:8px;
	display:block;
	border:1px solid #ccc;
	box-sizing:border-box;
	color:#fff;
	font-size: 14px;
}
.footmain .footpost .messages .box.textareas {
	height:auto;
	display:block;
	border:1px solid #eee;
	line-height:20px;
}
.footmain .footpost .messages .box textarea {
	float:left;
	width:357px;
	height:124px;
	padding:8px;
	box-sizing:border-box;
	color:#fff;
}
.footmain .footpost .messages .sendup {
	clear:both;
	margin-top:10px;

}
.footmain .footpost .messages .sendup input {
	width: 100%;
	font-size:14px;
	cursor:pointer;
	line-height:36px;
	border-radius: 4px;
}
.footmain .footpost .messages .sendup input:hover {
	background:#00a2ea!important;
	color:#fff;
}
.footmain .qrcodes {
	width:30%;
	float: right;
	overflow:hidden;
}
.footmain .qrcodes li{
	width:50%;
	float:left;
	overflow:hidden;
	text-align: center;
}
.footmain .qrcodes li p{
	font-size: 18px;
	line-height: 26px;
	color: #2E8AFF;
	margin-bottom:20px;
}
.footmain .qrcodes li .qrcode{
	width:160px;
	height:160px;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
}
.footmain .qrcodes li .qrcode img{
	width:100%;
	height:100%;
}
	
.copyright {
	width:100%;
	overflow:hidden;
	background: #fff;
}
.copyright .copyrights {
	color: #222;
	width:1400px;
	margin:0 auto;
	height:70px;
	line-height:35px;
	position:relative;
	text-align:left;
	font-size:14px;
}
.copyright .copyrights a{
	color: #222;
}
.copyright .copyrights span {
	float:right;
}
.copyright .copyrights span a {
	color: #444;
}
.copyright .copyrights span a:hover {
	color: #d66c6c;
}
/*-------Reveal Modals Feedback-------*/
.reveal-modal-bg {
	position:fixed;
	height:100%;
	width:100%;
	background:#000;
	background:rgba(0,0,0,.8);
	z-index:100;
	display:none;
	top:0;
	left:0;
}
.reveal-modal {
	visibility:hidden;
	top:160px;
	left:50%;
	margin-left:-300px;
	width:575px;
	background:#fff;
	position:absolute;
	padding:30px 40px 34px;
	-moz-box-shadow:0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	-box-shadow:0 0 10px rgba(0,0,0,.4);
	z-index:9999;
	box-sizing:border-box;
}
.reveal-modal.small {
	width:200px;
	margin-left:-140px;
}
.reveal-modal.medium {
	width:400px;
	margin-left:-240px;
}
.reveal-modal.large {
	width:600px;
	margin-left:-340px;
}
.reveal-modal.xlarge {
	width:800px;
	margin-left:-440px;
}
.reveal-modal .close-reveal-modal {
	font-size:32px;
	line-height:32px;
	position:absolute;
	top:0;
	right:12px;
	color:#aaa;
	cursor:pointer;
}

/*相册遮照放大器*/
.bigimg {
	width:600px;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	display:none;
	z-index:9999;
	border:10px solid #fff;
}
.mask {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
	filter:Alpha(opacity=50);
	z-index:98;
	transition:all 1s;
	display:none
}
.mask:hover {
	cursor:zoom-out
}
.imgbox:hover {
	cursor:zoom-in
}

.bigimg:hover {
	cursor:move
}
.mask>img {
	position:fixed;
	right:10px;
	top:10px;
	width:60px;
}
.mask>img:hover {
	cursor:pointer
}
/*相册*/
.photolist {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.photolist ul {
	width:1260px;
}
.photolist ul li {
	float:left;
	margin:33px 40px 0px 0px;
	overflow:hidden;
}
.photolist ul li.hover {
	border-color:#2476df;
}
.photolist ul li .picview {
	position:relative;
	width:371px;
	height:265px;
}
.photolist ul li img {
	position:absolute;
	width:100%;
}
.photolist ul li img:hover {
	opacity:0.8
}
.photolist ul li p {
	font-size:14px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	text-align:center;
}
/*子类列表*/
.soncate {
	width:100%;
	overflow:hidden;
	padding:20px 0;
	background: #eee;
	text-align: center;
}
.soncate a {
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	color: #2476df;
	border-radius: 25px;
	display: inline-block;
	margin: 0 60px;
	padding: 0 60px;
}
.soncate a:hover,.soncate a.cur {
	background: #0d62cf;
	color:#fff;
}
/*分页*/
.pagelist {
	overflow:hidden;
	width:100%;
	text-align:center;
	height:36px;
	line-height:36px;
	margin:40px 0;
	font-size:14px;
	position:relative;
}
.pagelist span {
	color:#2476df;
	line-height:36px;
	overflow:hidden;
	margin:0 5px;
	height:36px;
	text-align:center;
	border-bottom: 2px solid #2476df;
	display:inline-block;
	width:36px;
}
.pagelist a {
	color:#999;
	display:inline-block;
	min-width:36px;
	padding:0 10px;
	height:36px;
	line-height:36px;
	overflow:hidden;
	border-bottom:2px solid #ddd;
	margin:0 5px;
}
.pagelist a i {
	line-height:36px;
}
.pagelist a:hover {
	color:#2476df;
}
.pagelist a.a1 {
	width:auto!important;
}
/*返回*/
.goback {
	right:0;
	top:0;
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
}
.goback a {
	display:block;
	overflow:hidden;
}
.goback i {
	color:#ddd;
	line-height:40px;
}
.goback:hover {
	animation:rotate2 0.8s linear 1;
}
/*===================================产品模型==============================*/
.promain{
    width: 100%;
    overflow:hidden;
    position: relative;
    background: #fff;
}
.prolist{
    width:1400px;
     overflow:hidden;
     margin:0 auto;
}
 .prolist ul{
    width: 100%;
    overflow:hidden;
    padding-top: 60px;
}
 .prolist ul li{
    width: 329px;
    float:left;
    margin: 14px 28px 14px 0;
    overflow:hidden;
    background: #eee;
}
 .prolist ul li:nth-child(4n){
    margin-right: 0;
}
 .prolist ul li:hover{
}
 .prolist ul li .litpic{
    width:100%;
     overflow:hidden;
}
 .prolist ul li .litpic img{
    width:100%;
    display: block;
}
 .prolist ul li .info{
    background: #fff;
    margin:0 auto;
    overflow:hidden;
}
 .prolist ul li .info a{
    font-size:13px;
     text-align:center;
     display:inline-block;
     color:#444;
     display:block;
}
 .prolist ul li .info h4{
    text-align:center;
     font-size:14px;
     line-height:28px;
     margin:10px 0;
}
 .prolist ul li .info a:hover{
    color:#222;
}
/*产品详情*/
.proview {
	width: 1400px;
	margin: 0 auto;
	overflow:hidden;
}
.proview h1{
	font-size:24px;
	font-weight:bold;
	line-height:60px;
	color:#222;
	margin:40px 0;
	text-align:center;
}
.proview .pro-content {
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}
.proview .pro-content p {
	font-size:14px;
	color:#444;
	line-height:24px;
	margin-bottom:14px;
}
.proview .pro-content p img{
	max-width:100%;
}
.proview .pro-content p strong{
	font-weight:bold;
	color:#222;	
}
.proview .pro-parameter {
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
}
.proview .pro-parameter p {
	font-size:14px;
	color:#444;
	line-height:24px;
	margin-bottom:14px;
}
.proview .pro-parameter p img{
	max-width:100%;
}
.proview .pro-parameter p strong{
	font-weight:bold;
	color:#222;	
}

/*表格美化*/
.proview table {
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	font-size:14px;
	color:#666;
}
.proview table td {
	border:1px solid #ddd;
	line-height:34px;
	text-align:center;
}
.proview table td p {
	margin:0;
	padding:0;
}
.proview tr:hover td {
	background:#eee;
	color:#2476df;
}

/*===================================新闻模型==============================*/
.newsmain {
	width:1400px;
	overflow:hidden;
	margin:0 auto;
	padding-top:10px;
}
.newslist {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.newslist {
	width:100%;
	float:left;
	overflow:hidden;
}
.newslist ul {
	padding-top:20px;
	overflow:hidden;
}
.newslist ul li {
	float:left;
	width:100%;
	margin:10px 0;
	background:#fff;
	border:1px solid #fff;
}
.newslist ul li:hover {
	border:1px solid #2476df;
}
.newslist ul li .newspic {
	width:300px;
	height:220px;
	overflow:hidden;
	float:left;
}
.newslist ul li .newspic img {
	width:100%;
	height:100%;
}
.newslist ul li .newsinfo {
	float:left;
	width:calc(100% - 300px);
	padding:0 40px;
}
.newslist ul li .newsinfo .title {

	position:relative;
	line-height:22px;
	overflow:hidden;
	font-size:18px;
	font-weight:bold;
	margin:20px 0 8px 0;
	display:block;
	width:100%;
	height:22px;
}
.newslist ul li .newsinfo h3 {
	position:absolute;
	left:0;
}
.newslist ul li .newsinfo .desc {
	font-size:14px;
	line-height:20px;
	color:#999;
	text-align:justify;
	height:110px;
	overflow:hidden;
	padding:20px 0;
}
.newslist ul li .newsinfo .other {
	border-top:1px solid #eee;
	padding:14px 0;
	margin-top:10px;
}
.newslist ul li .newsinfo .other .readmore {
	float:right;
	color:#666;
	font-size:13px;
}
.newslist ul li .newsinfo .other span {
	color:#999;
	font-size:13px;
	margin-right:16px;
}
.newslist ul li .newsinfo .other span i {
	margin-right:6px;
}

/*新闻详情*/
.newsview {
	width: 1400px;
	margin: 0 auto;
	overflow:hidden;
	background: #fff;
	padding: 60px;
	margin-top: 40px;
}
.newsview h1{
	font-size:24px;
	font-weight:bold;
	line-height:60px;
	color:#222;
}
.newsview .pubdate{
	color:#666;
	font-size:14px;
	line-height:20px;
}
.newsview .news-content {
	overflow:hidden;
	float:left;
	width:100%;
	position:relative;
	margin-top: 40px;
	margin-bottom:40px;
}
.newsview .news-content p {
	font-size:14px;
	color:#444;
	line-height:24px;
	margin-bottom:14px;
}
.newsview .news-content p img{
	max-width:100%;
}
.newsview .news-content p strong{
	font-weight:bold;
	color:#222;	
}
/*单页模型*/
.pagemain {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.pageview {
	width:1400px;
	margin:20px auto;
	overflow:hidden;
	padding:60px;
	background:#fff;
}
.pageview h2 {
	text-align:center;
	font-size:26px;
	line-height:50px;
	color:#222;
	font-weight:bold;
}
.pageview .content {
	overflow:hidden;
	padding:40px 0;
}
.pageview .content p {
	line-height:24px;
	font-size:16px;
	color:#444;
	margin-bottom:20px;
}
.pageview .content p img {
	max-width:100%;
}

/*上一篇和下一篇*/
.pn {
	float:left;
	clear:both;
	margin:40px 0;
	width:100%;
	border-radius:20px;
	overflow:hidden;
}
.pn li {
	font-size:14px;
	line-height:40px;
	color:#666;
}
.pn li a {
	color:#666;
}
.pn li a:hover {
	color:#c30d23;
}
.pn li.next {
	float:right;
	width:30%;
	overflow:hidden;
	text-align:right;
	padding-right:14px;
}
.pn li.next i {
	margin-left:11px;
	line-height:40px;
	float:right;
}
.pn li.pre {
	float:left;
	width:30%;
	overflow:hidden;
	text-align:left;
	padding-left:14px;
}
.pn li.pre i {
	margin-right:11px;
	line-height:40px;
	float:left;
}

/*联系我们页面*/
.contact-page {
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.contact-page .content{
	width:1400px;
	margin:20px auto;
	overflow:hidden;
	padding: 60px;
	background:#fff;
}
.contact-page .content .contact-left{
	width: 440px;
	float:left;
}
.contact-page .content .contact-left h4{
	font-size: 20px;
	color:#222;
	line-height: 34px;
	font-weight:bold;
	padding-bottom: 6px;
	margin-bottom: 20px;
	position:relative;
	letter-spacing: 3px;
}
.contact-page .content .contact-left h4::after{
	position:absolute;
	content:" ";
	z-index:9;
	width: 50px;
	height: 4px;
	background:url(../images/title_after.png) no-repeat left top;
	background-size: 100% 100%;
	bottom:0;
	left:0;
}
.contact-page .content .contact-left p{
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-bottom:20px;
}
.contact-page .content .contact-right{
	width: 800px;
	float:right;
}

.promain .prolist p.notice{
	font-size: 14px;
	color:#222;
	line-height: 34px;
	padding-bottom: 6px;
	position:relative;
	letter-spacing: 3px;
	margin-top: 40px;
}
.promain .prolist p.notice::after{
	position:absolute;
	content:" ";
	z-index:9;
	width: 50px;
	height: 4px;
	background:url(../images/title_after.png) no-repeat left top;
	background-size: 100% 100%;
	bottom:0;
	left:0;
}
.promain .prolist p.notice span{
	color: #2476df;
	font-weight: bold;
}

.video{
	position:fixed!important;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999999;
}
.video .skip{
	position:absolute;
	right:60px;
	bottom:60px;
}
.video .skip a{

	background:#fff;
	padding: 6px 20px;
	color: #666;
	font-size:  15px;
	line-height: 20px;
	border-radius: 4px;
}

.pagebanner{overflow:hidden; position:relative;}
.pagebanner img{width:100%;display: block;}